GtkScrolledWindow: Add some NULL checks back
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 May 2014 01:52:40 +0000 (21:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 May 2014 01:52:40 +0000 (21:52 -0400)
commit8817fa9e3dd7fcc08ef64eb6c2b74a04fa3aa192
treeea7f7802fccfbdb77d9ba38238388ee8833b2942
parent489b59867ce752a19d01fa43a86bbcefe6e7d8cf
GtkScrolledWindow: Add some NULL checks back

Turns out these were not quite redundant, gtk_container_forall
may be called very early during construction.

https://bugzilla.gnome.org/show_bug.cgi?id=730924
gtk/gtkscrolledwindow.c